home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / BLAT for Windows / blat222.full.zip / BLAT222 / docs / changes-194.txt < prev    next >
Text File  |  2003-06-20  |  14KB  |  264 lines

  1. <pre> Blat!
  2.  
  3.       (2003.07.01)
  4. [*] Moved to http://blat.SourseForge.net, managed by Tim Musson,
  5.     coded by many (credit given where due...)
  6. ===============================================================================
  7. 1.9.4 2001.12.12
  8.   - Speed up to processing of messages with mime/html/enriched attachments
  9.   - Add quotes around 'boundary' fields
  10. -------------------------------------------------------------------------------
  11. 1.9.3 2001.11.06
  12.   - Wildcards that included sub-directories caused blat to die
  13. -------------------------------------------------------------------------------
  14. 1.9.2 2001.8.21
  15.   - Added "-a1" and "-a2" settings to control initial two headers
  16. -------------------------------------------------------------------------------
  17. 1.9.1 2001.4.25
  18.   - Added "-charset" setting (NOT FULLY TESTED)
  19. -------------------------------------------------------------------------------
  20. 1.9.0 2001.4.5
  21.   - Added "-priority" setting (Toby Korn)
  22. -------------------------------------------------------------------------------
  23. 1.8.9 2001.3.19
  24.   - Minor changes. (My hard drive crashed, I lost details on what changed)
  25. -------------------------------------------------------------------------------
  26. 1.8.8 2001.3.9
  27.   - Fixed multi-line reponse support with some ESMTP servers (Tim Charron)
  28. -------------------------------------------------------------------------------
  29. 1.8.7 2001.2.28
  30.   - Added "-authplain" Plain Authorization (Craig Morrison <craig@2cah.com>)
  31.   - The character '?' is now converted to quoted-printable 
  32.     (Fabien THIRIOT <anqh@free.fr>)
  33.   - Changes to support Win64/IA-64 
  34.     (Thierry Fevrier (Hewlett-Packard) <v-thief@microsoft.com>)
  35. -------------------------------------------------------------------------------
  36. 1.8.6e 2001.2.1 
  37.   - Fixed possible crash when sending multiple files (occurred if subsequent
  38.     files were smaller than earlier ones)
  39. -------------------------------------------------------------------------------
  40. 1.8.6d 2000.12.11
  41.   - Bug in GetLengthConvertToQuotedPrintable, possible crash situation
  42.     (Michael Walz <walz@epsitec.ch>)
  43. -------------------------------------------------------------------------------
  44. 1.8.6c
  45.   - Misc. changes (based on Lint output)
  46. -------------------------------------------------------------------------------
  47. 1.8.6a 2000.10.20
  48.   - Fixed a problem reading -bf/-cf/-tf files.  Possible crash.
  49. -------------------------------------------------------------------------------
  50. 1.8.6 2000.10.20
  51.   - Fixed the 'fixup()' fix.   It would only work for accented character
  52.     fields.  :(
  53. -------------------------------------------------------------------------------
  54. 1.8.5j 2000.10.19
  55.   - Fixed the 'fixup' routine, which caused problems when recipient name had
  56.     accented characters
  57.   - Fixed conversion of non-std characters in the subject line (no line breaks)
  58.     "Biebricher, Peter" <pbiebric@debis.com>
  59. -------------------------------------------------------------------------------
  60. 1.8.5i 2000.08.23
  61.   - Add the -log option. Change from Craig Morrison
  62. -------------------------------------------------------------------------------
  63. 1.8.5h 2000.08.23
  64.   - Optimize the "-" with console input (slow in 1.8.5g)
  65. -------------------------------------------------------------------------------
  66. 1.8.5g 2000.08.22
  67.   - -sf fix from Craig Morrison <craig@2cah.com>. If the file does not exist
  68.     the filename itself is copied
  69.   - when '-' is used for console input, a temp file is not created
  70. -------------------------------------------------------------------------------
  71. 1.8.5f 2000.07.05
  72.   - -s @subject.txt : Reads the first line of the file @subject.txt for the
  73.     subject line of the message. Change from Craig Morrison
  74.   - -t johndoe<john@doe.com> Now works correctly and just sends 'john@doe.com'
  75.     Change from Craig Morrison <craig@2cah.com>
  76. -------------------------------------------------------------------------------
  77. 1.8.5e 2000.07.04
  78.   - Add -u and -pw option for AUTH LOGIN
  79. -------------------------------------------------------------------------------
  80. 1.8.5d 2000.07.02
  81.   - Supress temporary file for console input
  82.   - fix crash with -debug option
  83. -------------------------------------------------------------------------------
  84. 1.8.5c 2000.05.10
  85.   - Fixed POST for CGI feature
  86. -------------------------------------------------------------------------------
  87. 1.8.5b 2000.03.13
  88.   - Fixed -body
  89. -------------------------------------------------------------------------------
  90. 1.8.5 2000.02.08
  91.   - RFC compliant options added by Skough Axel IT-S <axel.skough@scb.se>
  92.       -mailfrom <addr>   The RFC 821 MAIL From: statement
  93.       -from <addr>       The RFC 822 From: statement
  94.       -replyto <addr>    The RFC 822 Reply-To: statement
  95.       -returnpath <addr> The RFC 822 Return-Path: statement
  96.       -sender <addr>     The RFC 822 Sender: statement
  97.   - Migrated -t to -to,
  98.              -c to -cc,
  99.          -b to -bcc,
  100.          -s to -subject, 
  101.              -o to -organization
  102. -------------------------------------------------------------------------------
  103. 1.8.4e 2000.01.14
  104.   - -body translates '|' into CRLF
  105. -------------------------------------------------------------------------------
  106. 1.8.4d 99.11.22
  107.   - Added "-body" parameter (requires argv[1]=="-")
  108.   - Fixed problem with missing To/CC headers
  109. -------------------------------------------------------------------------------
  110. 1.8.4b 99.09.22
  111.   - buffer from 255 to 2048 chars (I forget which one)
  112.   - -x fixed
  113.   - -noh2 fixed (-noh or -noh2 was messing up headers)
  114.   - single quotes in email addresses used to mean 'comment'. Removed.
  115.   - Replaced "|" in if statement with "||" inside of ConvertToQuotedPrintable().
  116.   - Added -enriched and -html options (Courtesy of James Greene)
  117.   - Enhanced support for paths in -attach files
  118.     (Bergamini Angelo <Angelo.Bergamini@sangiorgio.it>)
  119.   - Added df/cf/bf command line options to support using email addresses from
  120.     a file (Kenneth Massey <kmassey@mratings.com>)
  121.   - Added header when mail is sent using cgi.
  122. -------------------------------------------------------------------------------
  123. 1.8.4 99.02.20
  124.   - Much improved support for use within CGI scripts (by Gilles Vollant)
  125.     (see included blatcgi.txt file)
  126.   - Minor change to "Date:" header generation code. Although it was Y2K
  127.     compliant, it wasn't obvious. This was fixed to remove the confusion.
  128.   - Added support for customized "X-" style headers. (-x)
  129. -------------------------------------------------------------------------------
  130. 1.8.3 99.02.??
  131.   - Internal development release
  132. -------------------------------------------------------------------------------
  133. 1.8.2d 99.01.??
  134.   - Added -debug flag
  135. -------------------------------------------------------------------------------
  136. 1.8.2c 98.11.30
  137.   - Added optional "Return-Receipt-To:" & "Disposition-Notification-To:" headers.
  138.   - It's now possible to run blat without an install.  You must specify
  139.     the "-server" and "-f" parameters (at a minimum) on the command line.
  140. -------------------------------------------------------------------------------
  141. 1.8.2b 98.11.30
  142.   - Removed all calls in gensock to MessageBox()
  143.   - Fixed timeout when configured for retries. (was using ms instead of s)
  144. -------------------------------------------------------------------------------
  145. 1.8.2a 98.11.20
  146.   - "-q" option was still printing "Attached text file: attach.txt" messages
  147. -------------------------------------------------------------------------------
  148. 1.8.2 98.11.17 Tim Charron (tcharron@interlog.com)
  149.    - Oops.  was still identifying itself as 1.8
  150.    - Added terminating boundary to any messages with attachments.
  151.    - Autodetection of file types in MIME headers (Toby Korn <tkorn@snl.com>)
  152. -------------------------------------------------------------------------------
  153. 1.8.1 98.11.15 Tim Charron (tcharron@interlog.com)
  154.    - Fixed Multiline response treatment.
  155.      (courtesy of Wolfgang Schwart <schwart@wmd.de>)
  156.    - Fixed ability to use "-" filenames.  Ctrl-Z detection was broken.
  157.    - Fixed use of "-noh"/"-noh2" option (also broken in 1.8).
  158. -------------------------------------------------------------------------------
  159. Blat version 1.8     98.10.29  Tim Charron (tcharron@interlog.com)
  160.    1.8 is a merge of 2 different source trees which started diverging at
  161.    version 1.5.  If you're upgrading from the prior "official" release, then
  162.    changes include:
  163.    - Use of "-attach *.ZIP" to send multiple files
  164.    - Use of 'profiles' to store server/userid/n_of_tries/port in the
  165.      registry for multiple profiles.
  166.    - Multiple retries
  167.    - Other changes as described below labeled version 1.6-1.7.9
  168.  
  169.    If you're upgrading from 1.7.9 at
  170.      http://www.interlog.com/~tcharron/blat.html, then changes include:
  171.    - gwinsock.dll/gensock.dll are no longer needed
  172.    - UUencoding of the main file is possible
  173.    - Graceful termination of connection to smtp server
  174.    - hostname <hst> option to select the hostname used to send the message
  175.    - Ability to specify port using "server:port" style names. (ports
  176.      specified this way will override any specified with "-port")
  177. -------------------------------------------------------------------------------
  178. Blat version 1.7.9   98.9.16
  179.  - omission of a terminating boundary was causing some e-mail systems to not
  180.    process the message properly. (Toby Korn tkorn@snl.com)
  181. -------------------------------------------------------------------------------
  182. Blat version 1.7.8d  98.9.1
  183.  - Added "-noh" command line option to prevent X-Mailer header from showing
  184.    homepage of blat.  Added "-noh2" to prevent X-Mailer header entirely
  185. -------------------------------------------------------------------------------
  186. Blat version 1.7.8c  98.8.25
  187.  - Changed copyright limitations to prohibit use as a spam tool
  188. -------------------------------------------------------------------------------
  189. Blat version 1.7.8b  98.8.11
  190.  - Cleaned up some wild pointers that was a potential crash (although crashes
  191.    have not been reported, better safe than sorry...)
  192. -------------------------------------------------------------------------------
  193. Blat version 1.7.8   98.8.8
  194.  - Support for non-standard character sets in the header fields (hopefully).
  195. -------------------------------------------------------------------------------
  196. Blat version 1.7.7   98.8.8
  197.  - Fixed problem with wildcards/filename parsing when compile with Watcom
  198. -------------------------------------------------------------------------------
  199. Blat version 1.7.6
  200.  - Made output cleaner when wildcards used
  201.  - Increased limit on attachments to 64 files.
  202.  - Message Boundary is a random string instead of a fixed string (allows
  203.    sending 2 or more blat messages as attachements to a 3rd message using BLAT)
  204. -------------------------------------------------------------------------------
  205. Blat version 1.7.5
  206.  - Fixed reading from file "-", there was a phantom character appearing.
  207.  - Added the ability to use wildcards for "-attach" and "-attacht" option
  208.  - Added a delay of 15 seconds between retries
  209. -------------------------------------------------------------------------------
  210. Blat version 1.7.4
  211.  - Minor correction to return values in the event of server timeout
  212. -------------------------------------------------------------------------------
  213. Blat version 1.7.3
  214. Created April 22, 1998 by Tim Charron (tcharron@interlog.com)
  215.  - Fixed "-attach"ing of largish files (but in calculation of internal space
  216.    required).
  217. -------------------------------------------------------------------------------
  218. Blat version 1.7.2
  219. Created April 16, 1998 by Tim Charron (tcharron@interlog.com)
  220.  - Added "-attacht" which enables attaching multiple files without base64
  221.    encoding them.
  222. -------------------------------------------------------------------------------
  223. Blat version 1.7.1
  224. Created March 27, 1998 by Tim Charron (tcharron@interlog.com)
  225.   - Minor command line parsing bugs fixed
  226. -------------------------------------------------------------------------------
  227. Blat version 1.7
  228. Created March 20, 1998 by Christophe Henquin (ch@inncoent.com)
  229.   - Added command line option "-port" to override the default SMTP port.
  230.   - Added command line option "-try" to specified how many times blat should
  231.     try sending.
  232.   - Added "profile" to quickly choose server, sender, n of tries and port.
  233.   - Added "-profile" to edit profiles
  234. -------------------------------------------------------------------------------
  235. Blat version 1.6.3
  236. Created February 25, 1998 by Tim Charron (tcharron@interlog.com)
  237.   - Added command line option "-attach" to allow attaching multiple binary
  238.     files to a message.
  239.  - "-base64" causes inclusion via 'attachment' method instead of 'inline'
  240. -------------------------------------------------------------------------------
  241. Blat version 1.6.2
  242. Created January 11, 1998 by Tim Charron (tcharron@interlog.com)
  243.   - Added command line option "-o" to provide Organization field in the headers
  244.     of the sent message.
  245. -------------------------------------------------------------------------------
  246. Blat version 1.6.
  247. Created October 20, 1997 by Tim Charron (tcharron@interlog.com)
  248.   - Added support for mailing of binary files (mime base64 encoding)
  249.   - Fixed argument parsing for '-q' and '-mime' options (these used to only
  250.     work if they were the last argument)
  251. -------------------------------------------------------------------------------
  252. Blat version 1.5 has just been released. This version has the following
  253. enhancements:
  254.  - Two bugs were corrected that made Blat generate exceptions with certain CC
  255.    or BCC adresses.
  256.  - Blat now generates descriptive error messages, rather than the infamous
  257.    "gensock error 4017" type errors
  258.  - Blat now returns an error code when the SMTP session fails
  259.  - A new option -mime was added. This implements the possibility to use the
  260.    MIME quoted-printable transfer encoding. The assumptions are:
  261.         1: The file is a text file
  262.         2: The charset is ISO 8859/1
  263.  
  264.